home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uOptions.dfm < prev    next >
Encoding:
Text File  |  2004-12-09  |  82.6 KB  |  2,282 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 527
  3.   Top = 225
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 407
  8.   ClientWidth = 428
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 8
  24.     Top = 8
  25.     Width = 413
  26.     Height = 361
  27.     ActivePage = TabSheet1
  28.     MultiLine = True
  29.     TabIndex = 0
  30.     TabOrder = 0
  31.     OnChange = PageControl1Change
  32.     object TabSheet1: TTabSheet
  33.       Caption = 'General'
  34.       object GroupBox17: TGroupBox
  35.         Left = 8
  36.         Top = 8
  37.         Width = 389
  38.         Height = 297
  39.         Caption = 'Connect to Phone via'
  40.         TabOrder = 0
  41.         object lblDevice: TLabel
  42.           Left = 132
  43.           Top = 264
  44.           Width = 47
  45.           Height = 13
  46.           Caption = '<device>'
  47.         end
  48.         object rbUseIRDA: TRadioButton
  49.           Tag = 1
  50.           Left = 8
  51.           Top = 109
  52.           Width = 365
  53.           Height = 16
  54.           Caption = 'Native IrDA (Requires Windows 2000 or later)'
  55.           TabOrder = 0
  56.           OnClick = rbUseSerialClick
  57.         end
  58.         object rbUseSerial: TRadioButton
  59.           Tag = 2
  60.           Left = 8
  61.           Top = 132
  62.           Width = 365
  63.           Height = 17
  64.           Caption = 'Serial Port (If none of the above worked, might be Virtual)'
  65.           Checked = True
  66.           TabOrder = 1
  67.           TabStop = True
  68.           OnClick = rbUseSerialClick
  69.         end
  70.         object groupSerialPortSetup: TGroupBox
  71.           Left = 27
  72.           Top = 150
  73.           Width = 346
  74.           Height = 99
  75.           Caption = 'Serial Port Setup'
  76.           TabOrder = 2
  77.           object Label6: TLabel
  78.             Left = 180
  79.             Top = 16
  80.             Width = 19
  81.             Height = 13
  82.             Caption = 'RTS'
  83.             Transparent = True
  84.           end
  85.           object Label7: TLabel
  86.             Left = 260
  87.             Top = 16
  88.             Width = 20
  89.             Height = 13
  90.             Caption = 'DTR'
  91.             Transparent = True
  92.           end
  93.           object Label2: TLabel
  94.             Left = 100
  95.             Top = 16
  96.             Width = 44
  97.             Height = 13
  98.             Caption = 'Baudrate'
  99.             Transparent = True
  100.           end
  101.           object Label1: TLabel
  102.             Left = 10
  103.             Top = 16
  104.             Width = 20
  105.             Height = 13
  106.             Caption = 'Port'
  107.             Transparent = True
  108.           end
  109.           object Label8: TLabel
  110.             Left = 10
  111.             Top = 59
  112.             Width = 327
  113.             Height = 31
  114.             AutoSize = False
  115.             Caption = 
  116.               'RTS Flow Control might be needed on some devices or cables'#13#10'(Cre' +
  117.               'dit goes to VoSSy).'
  118.             ShowAccelChar = False
  119.             Transparent = True
  120.             WordWrap = True
  121.           end
  122.           object cbRTSFlow: TComboBox
  123.             Left = 180
  124.             Top = 32
  125.             Width = 75
  126.             Height = 21
  127.             Style = csDropDownList
  128.             ItemHeight = 13
  129.             ItemIndex = 0
  130.             TabOrder = 0
  131.             Text = 'Disabled'
  132.             Items.Strings = (
  133.               'Disabled'
  134.               'Enabled'
  135.               'Handshake'
  136.               'Toggle')
  137.           end
  138.           object cbDTRFlow: TComboBox
  139.             Left = 260
  140.             Top = 32
  141.             Width = 75
  142.             Height = 21
  143.             Style = csDropDownList
  144.             ItemHeight = 13
  145.             ItemIndex = 0
  146.             TabOrder = 1
  147.             Text = 'Disabled'
  148.             Items.Strings = (
  149.               'Disabled'
  150.               'Enabled'
  151.               'Handshake')
  152.           end
  153.           object sePort: TComComboBox
  154.             Left = 10
  155.             Top = 32
  156.             Width = 83
  157.             Height = 21
  158.             ComProperty = cpPort
  159.             Text = 'COM12'
  160.             Style = csDropDownList
  161.             ItemHeight = 13
  162.             ItemIndex = 3
  163.             TabOrder = 2
  164.           end
  165.           object cbBaudrate: TComComboBox
  166.             Left = 100
  167.             Top = 32
  168.             Width = 75
  169.             Height = 21
  170.             ComProperty = cpBaudRate
  171.             Text = 'Custom'
  172.             Style = csDropDownList
  173.             ItemHeight = 13
  174.             ItemIndex = 0
  175.             TabOrder = 3
  176.           end
  177.         end
  178.         object groupBluetoothSetup: TGroupBox
  179.           Left = 27
  180.           Top = 35
  181.           Width = 346
  182.           Height = 66
  183.           Caption = 'Bluetooh Setup'
  184.           TabOrder = 3
  185.           object Label13: TLabel
  186.             Left = 11
  187.             Top = 14
  188.             Width = 39
  189.             Height = 13
  190.             Caption = 'Address'
  191.             Transparent = True
  192.           end
  193.           object Label14: TLabel
  194.             Left = 121
  195.             Top = 14
  196.             Width = 20
  197.             Height = 13
  198.             Caption = 'Port'
  199.             Transparent = True
  200.           end
  201.           object Label15: TLabel
  202.             Left = 188
  203.             Top = 26
  204.             Width = 149
  205.             Height = 31
  206.             AutoSize = False
  207.             Caption = 'Set Port=0 to let the system decide which port to use.'
  208.             ShowAccelChar = False
  209.             Transparent = True
  210.             WordWrap = True
  211.           end
  212.           object edBTAddress: TMaskEdit
  213.             Left = 10
  214.             Top = 29
  215.             Width = 103
  216.             Height = 21
  217.             CharCase = ecUpperCase
  218.             EditMask = 'AA:AA:AA:AA:AA:AA;0;_'
  219.             MaxLength = 17
  220.             TabOrder = 0
  221.             Text = '000000000000'
  222.           end
  223.           object edBTPort: TEdit
  224.             Left = 120
  225.             Top = 29
  226.             Width = 36
  227.             Height = 21
  228.             TabOrder = 1
  229.             Text = '0'
  230.           end
  231.           object edBTPortSpin: TUpDown
  232.             Left = 156
  233.             Top = 29
  234.             Width = 16
  235.             Height = 21
  236.             Associate = edBTPort
  237.             Min = 0
  238.             Max = 99
  239.             Position = 0
  240.             TabOrder = 2
  241.             Wrap = False
  242.           end
  243.         end
  244.         object rbUseBluetooth: TRadioButton
  245.           Left = 8
  246.           Top = 18
  247.           Width = 365
  248.           Height = 17
  249.           Caption = 'Native Bluetooth (Requires Windows XP with SP1 or later)'
  250.           TabOrder = 4
  251.           OnClick = rbUseSerialClick
  252.         end
  253.         object btnLookupDevice: TButton
  254.           Left = 12
  255.           Top = 260
  256.           Width = 105
  257.           Height = 25
  258.           Caption = '&Lookup Device'
  259.           Enabled = False
  260.           TabOrder = 5
  261.           OnClick = btnLookupDeviceClick
  262.         end
  263.       end
  264.     end
  265.     object TabSheet12: TTabSheet
  266.       Caption = 'Startup'
  267.       ImageIndex = 11
  268.       object gbOnConnected: TGroupBox
  269.         Left = 204
  270.         Top = 8
  271.         Width = 193
  272.         Height = 125
  273.         Caption = 'When Connected'
  274.         TabOrder = 0
  275.         object cbAutoInbox: TCheckBox
  276.           Left = 8
  277.           Top = 20
  278.           Width = 149
  279.           Height = 17
  280.           Caption = 'Refresh Text Messages'
  281.           TabOrder = 0
  282.         end
  283.         object cbAutoSync: TCheckBox
  284.           Left = 8
  285.           Top = 40
  286.           Width = 149
  287.           Height = 17
  288.           Caption = 'Synchronize Phonebook'
  289.           TabOrder = 1
  290.         end
  291.         object cbAutoOutlookSync: TCheckBox
  292.           Left = 8
  293.           Top = 80
  294.           Width = 173
  295.           Height = 17
  296.           Caption = 'Synchronize Microsoft Outlook'
  297.           TabOrder = 3
  298.         end
  299.         object cbAutoProfile: TCheckBox
  300.           Left = 8
  301.           Top = 60
  302.           Width = 149
  303.           Height = 17
  304.           Caption = 'Restore Last Used Profile'
  305.           TabOrder = 2
  306.         end
  307.         object cbAutoBookmarks: TCheckBox
  308.           Left = 8
  309.           Top = 100
  310.           Width = 141
  311.           Height = 17
  312.           Caption = 'Synchronize Bookmarks'
  313.           TabOrder = 4
  314.           OnClick = cbAutoBookmarksClick
  315.         end
  316.       end
  317.       object gbOnConnecting: TGroupBox
  318.         Left = 8
  319.         Top = 8
  320.         Width = 189
  321.         Height = 125
  322.         Caption = 'When Connecting'
  323.         TabOrder = 1
  324.         object cbNoGroups: TCheckBox
  325.           Left = 8
  326.           Top = 20
  327.           Width = 141
  328.           Height = 17
  329.           Caption = 'Do not retrieve Groups'
  330.           TabOrder = 0
  331.         end
  332.         object cbNoFolders: TCheckBox
  333.           Left = 8
  334.           Top = 40
  335.           Width = 173
  336.           Height = 17
  337.           Caption = 'Do not retrieve Files / Folders'
  338.           TabOrder = 1
  339.         end
  340.         object cbNoProfiles: TCheckBox
  341.           Left = 8
  342.           Top = 60
  343.           Width = 145
  344.           Height = 17
  345.           Caption = 'Do not retrieve Profiles'
  346.           TabOrder = 2
  347.           OnClick = cbNoProfilesClick
  348.         end
  349.         object cbNoCalls: TCheckBox
  350.           Left = 8
  351.           Top = 80
  352.           Width = 129
  353.           Height = 17
  354.           Caption = 'Do not retrieve Calls'
  355.           TabOrder = 3
  356.         end
  357.         object cbNoBookmarks: TCheckBox
  358.           Left = 8
  359.           Top = 100
  360.           Width = 157
  361.           Height = 17
  362.           Caption = 'Do not retrieve Bookmarks'
  363.           TabOrder = 4
  364.           OnClick = cbNoBookmarksClick
  365.         end
  366.       end
  367.       object rgExplorer: TRadioGroup
  368.         Left = 8
  369.         Top = 140
  370.         Width = 389
  371.         Height = 89
  372.         Caption = 'Phone Explorer Startup folder:'
  373.         Columns = 2
  374.         ItemIndex = 0
  375.         Items.Strings = (
  376.           'Fma Today Page'
  377.           'Messages Inbox Folder'
  378.           'Messages Archive Folder'
  379.           'Phonebook (Phone memory)'
  380.           'Phonebook (SIM memory)'
  381.           'Organizer Phone Page')
  382.         TabOrder = 2
  383.       end
  384.       object Button10: TButton
  385.         Left = 288
  386.         Top = 280
  387.         Width = 109
  388.         Height = 25
  389.         Caption = 'Factory Defaults'
  390.         TabOrder = 3
  391.         OnClick = Button10Click
  392.       end
  393.     end
  394.     object TabSheet5: TTabSheet
  395.       Caption = 'Synchronize'
  396.       ImageIndex = 5
  397.       object rbSync: TRadioGroup
  398.         Left = 8
  399.         Top = 8
  400.         Width = 189
  401.         Height = 89
  402.         Caption = 'Phonebook Priority'
  403.         ItemIndex = 2
  404.         Items.Strings = (
  405.           'Phone'
  406.           'PC'
  407.           'Let me choose')
  408.         TabOrder = 0
  409.       end
  410.       object rbPhoneClockSync: TRadioGroup
  411.         Left = 204
  412.         Top = 8
  413.         Width = 193
  414.         Height = 89
  415.         Caption = 'Phone Clock'
  416.         ItemIndex = 1
  417.         Items.Strings = (
  418.           'Automaticaly'
  419.           'Enabled (ask me first)'
  420.           'Disabled')
  421.         TabOrder = 1
  422.       end
  423.       object GroupBox15: TGroupBox
  424.         Left = 8
  425.         Top = 152
  426.         Width = 389
  427.         Height = 149
  428.         Caption = 'Bookmarks Folders'
  429.         TabOrder = 2
  430.         DesignSize = (
  431.           389
  432.           149)
  433.         object Label30: TLabel
  434.           Left = 10
  435.           Top = 24
  436.           Width = 180
  437.           Height = 13
  438.           Caption = 'Synchronize Bookmarks in this Folder:'
  439.         end
  440.         object Label31: TLabel
  441.           Left = 10
  442.           Top = 108
  443.           Width = 367
  444.           Height = 33
  445.           AutoSize = False
  446.           Caption = 
  447.             'Only bookmarks stored in this folder will be synchronized with y' +
  448.             'our phone'#39's bookmarks. Any subfolders will be ignored.'
  449.           WordWrap = True
  450.         end
  451.         object edBookmarkDir: TEdit
  452.           Left = 10
  453.           Top = 40
  454.           Width = 367
  455.           Height = 21
  456.           TabOrder = 0
  457.         end
  458.         object btnSelectFavBookm: TButton
  459.           Left = 308
  460.           Top = 68
  461.           Width = 69
  462.           Height = 25
  463.           Anchors = [akLeft, akTop, akRight]
  464.           Caption = 'B&rowse...'
  465.           TabOrder = 1
  466.           OnClick = btnSelectFavBookmClick
  467.         end
  468.       end
  469.       object rbBookmarks: TRadioGroup
  470.         Left = 8
  471.         Top = 104
  472.         Width = 389
  473.         Height = 41
  474.         Caption = 'Bookmarks Sync'
  475.         Columns = 2
  476.         ItemIndex = 1
  477.         Items.Strings = (
  478.           'None (do not synchronize)'
  479.           'Internet Explorer')
  480.         TabOrder = 3
  481.         OnClick = rbBookmarksClick
  482.       end
  483.     end
  484.     object TabSheet10: TTabSheet
  485.       Caption = 'Outlook Sync'
  486.       ImageIndex = 9
  487.       object rbOutlookSync: TRadioGroup
  488.         Left = 8
  489.         Top = 8
  490.         Width = 189
  491.         Height = 89
  492.         Caption = 'Outlook Priority'
  493.         ItemIndex = 2
  494.         Items.Strings = (
  495.           'Outlook'
  496.           'FMA'
  497.           'Let me choose')
  498.         TabOrder = 0
  499.       end
  500.       object grOutlookConfirmation: TGroupBox
  501.         Left = 204
  502.         Top = 8
  503.         Width = 193
  504.         Height = 89
  505.         Caption = 'Outlook Confirmation'
  506.         TabOrder = 1
  507.         object cbConfirmAdding: TCheckBox
  508.           Left = 8
  509.           Top = 18
  510.           Width = 117
  511.           Height = 17
  512.           Caption = 'Confirm Adding'
  513.           TabOrder = 0
  514.         end
  515.         object cbConfirmUpdating: TCheckBox
  516.           Left = 8
  517.           Top = 41
  518.           Width = 117
  519.           Height = 17
  520.           Caption = 'Confirm Updating'
  521.           TabOrder = 1
  522.         end
  523.         object cbConfirmDeleting: TCheckBox
  524.           Left = 8
  525.           Top = 64
  526.           Width = 117
  527.           Height = 17
  528.           Caption = 'Confirm Deleting'
  529.           TabOrder = 2
  530.         end
  531.       end
  532.       object grOutlookCategories: TGroupBox
  533.         Left = 8
  534.         Top = 152
  535.         Width = 389
  536.         Height = 153
  537.         Caption = 'Outlook Categories'
  538.         TabOrder = 3
  539.         DesignSize = (
  540.           389
  541.           153)
  542.         object cbOutlookAllCategories: TCheckBox
  543.           Left = 8
  544.           Top = 120
  545.           Width = 97
  546.           Height = 17
  547.           Caption = 'All Categories'
  548.           TabOrder = 0
  549.           OnClick = cbOutlookAllCategoriesClick
  550.         end
  551.         object btAddCat: TButton
  552.           Left = 116
  553.           Top = 116
  554.           Width = 69
  555.           Height = 25
  556.           Anchors = [akRight, akBottom]
  557.           Caption = 'Add...'
  558.           TabOrder = 1
  559.           OnClick = btAddCatClick
  560.         end
  561.         object btDelCat: TButton
  562.           Left = 192
  563.           Top = 116
  564.           Width = 69
  565.           Height = 25
  566.           Anchors = [akRight, akBottom]
  567.           Caption = 'Remove'
  568.           Enabled = False
  569.           TabOrder = 2
  570.           OnClick = btDelCatClick
  571.         end
  572.         object Button9: TButton
  573.           Left = 268
  574.           Top = 116
  575.           Width = 109
  576.           Height = 25
  577.           Caption = 'Factory Defaults'
  578.           TabOrder = 3
  579.           OnClick = Button9Click
  580.         end
  581.         object lvOutlookCats: TTntListView
  582.           Left = 8
  583.           Top = 16
  584.           Width = 369
  585.           Height = 93
  586.           Columns = <
  587.             item
  588.               Width = 340
  589.             end>
  590.           HideSelection = False
  591.           MultiSelect = True
  592.           ReadOnly = True
  593.           ShowColumnHeaders = False
  594.           SmallImages = OutlookImageList
  595.           TabOrder = 4
  596.           ViewStyle = vsList
  597.           OnSelectItem = lvOutlookCatsSelectItem
  598.         end
  599.       end
  600.       object rbOutlookNewAction: TRadioGroup
  601.         Left = 8
  602.         Top = 104
  603.         Width = 389
  604.         Height = 41
  605.         Caption = 'Outlook New Contacts Action'
  606.         Columns = 2
  607.         ItemIndex = 0
  608.         Items.Strings = (
  609.           'Try to Link to Existing'
  610.           'Always Add as New')
  611.         TabOrder = 2
  612.       end
  613.     end
  614.     object TabSheet11: TTabSheet
  615.       Caption = 'Outlook Folders'
  616.       ImageIndex = 10
  617.       object GroupBox14: TGroupBox
  618.         Left = 8
  619.         Top = 8
  620.         Width = 389
  621.         Height = 297
  622.         Caption = 'Microsoft Outlook Folders'
  623.         TabOrder = 0
  624.         DesignSize = (
  625.           389
  626.           297)
  627.         object Label27: TLabel
  628.           Left = 8
  629.           Top = 52
  630.           Width = 187
  631.           Height = 13
  632.           Caption = 'Synchronize Contacts in these Folders:'
  633.         end
  634.         object Label29: TLabel
  635.           Left = 8
  636.           Top = 18
  637.           Width = 373
  638.           Height = 33
  639.           AutoSize = False
  640.           Caption = 
  641.             'Please select which Outlook folders contain contacts to be synch' +
  642.             'ronized with FMA. Right-click to chose New Contacts target folde' +
  643.             'r (shown in bold).'
  644.           WordWrap = True
  645.         end
  646.         object tvOutlookFolders: TVirtualStringTree
  647.           Left = 8
  648.           Top = 68
  649.           Width = 369
  650.           Height = 185
  651.           Anchors = [akLeft, akTop, akRight, akBottom]
  652.           Header.AutoSizeIndex = 0
  653.           Header.Font.Charset = DEFAULT_CHARSET
  654.           Header.Font.Color = clWindowText
  655.           Header.Font.Height = -11
  656.           Header.Font.Name = 'MS Sans Serif'
  657.           Header.Font.Style = []
  658.           Header.MainColumn = -1
  659.           Header.Options = [hoColumnResize, hoDrag]
  660.           Images = OutlookImageList
  661.           PopupMenu = pmuOutlookFolder
  662.           TabOrder = 0
  663.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
  664.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  665.           OnChecked = tvOutlookFoldersChecked
  666.           OnFreeNode = tvOutlookFoldersFreeNode
  667.           OnGetText = tvOutlookFoldersGetText
  668.           OnPaintText = tvOutlookFoldersPaintText
  669.           OnGetImageIndex = tvOutlookFoldersGetImageIndex
  670.           OnInitChildren = tvOutlookFoldersInitChildren
  671.           OnInitNode = tvOutlookFoldersInitNode
  672.           Columns = <>
  673.         end
  674.         object btnRefreshOutlookFolders: TButton
  675.           Left = 8
  676.           Top = 260
  677.           Width = 109
  678.           Height = 25
  679.           Caption = '&Refresh Folders'
  680.           TabOrder = 1
  681.           OnClick = btnRefreshOutlookFoldersClick
  682.         end
  683.         object Button12: TButton
  684.           Left = 268
  685.           Top = 260
  686.           Width = 109
  687.           Height = 25
  688.           Caption = 'Factory Defaults'
  689.           TabOrder = 2
  690.           OnClick = Button12Click
  691.         end
  692.       end
  693.     end
  694.     object TabSheet3: TTabSheet
  695.       Caption = 'OBEX'
  696.       ImageIndex = 2
  697.       object cbObexPacketSize: TGroupBox
  698.         Left = 8
  699.         Top = 8
  700.         Width = 389
  701.         Height = 113
  702.         Caption = 'Max Packet Size (bytes) '
  703.         TabOrder = 0
  704.         object lblObexPacketSize: TLabel
  705.           Left = 8
  706.           Top = 52
  707.           Width = 373
  708.           Height = 33
  709.           AutoSize = False
  710.           Caption = 
  711.             'Define the maximum size per packet, this is the value to negotia' +
  712.             'te with the Mobile Equipment and will use whichever lower.'
  713.           Transparent = True
  714.           WordWrap = True
  715.         end
  716.         object Label12: TLabel
  717.           Left = 8
  718.           Top = 88
  719.           Width = 192
  720.           Height = 13
  721.           Caption = '(This implementation is Ericsson specific)'
  722.         end
  723.         object seMaxPacketSize: TEdit
  724.           Left = 8
  725.           Top = 21
  726.           Width = 72
  727.           Height = 21
  728.           TabOrder = 0
  729.           Text = '1024'
  730.         end
  731.         object seMaxPacketSizeSpin: TUpDown
  732.           Left = 80
  733.           Top = 21
  734.           Width = 16
  735.           Height = 21
  736.           Associate = seMaxPacketSize
  737.           Min = 255
  738.           Max = 32767
  739.           Position = 1024
  740.           TabOrder = 1
  741.           Wrap = False
  742.         end
  743.       end
  744.       object GroupBox10: TGroupBox
  745.         Left = 8
  746.         Top = 220
  747.         Width = 389
  748.         Height = 85
  749.         Caption = 'Protocol Settings'
  750.         TabOrder = 2
  751.         object cbNoObex: TCheckBox
  752.           Left = 8
  753.           Top = 20
  754.           Width = 97
  755.           Height = 17
  756.           Caption = 'Disable OBEX'
  757.           TabOrder = 0
  758.           OnClick = cbNoObexClick
  759.         end
  760.         object cbNoIRMC: TCheckBox
  761.           Left = 8
  762.           Top = 40
  763.           Width = 125
  764.           Height = 17
  765.           Caption = 'Disable IRMC Sync'
  766.           TabOrder = 1
  767.           OnClick = cbNoIRMCClick
  768.         end
  769.         object CheckBox1: TCheckBox
  770.           Left = 8
  771.           Top = 60
  772.           Width = 109
  773.           Height = 17
  774.           Caption = 'Disable SyncML'
  775.           Checked = True
  776.           Enabled = False
  777.           State = cbChecked
  778.           TabOrder = 2
  779.         end
  780.         object Button8: TButton
  781.           Left = 268
  782.           Top = 48
  783.           Width = 109
  784.           Height = 25
  785.           Caption = 'Factory Defaults'
  786.           TabOrder = 3
  787.           OnClick = Button8Click
  788.         end
  789.       end
  790.       object GroupBox20: TGroupBox
  791.         Left = 8
  792.         Top = 128
  793.         Width = 389
  794.         Height = 85
  795.         Caption = 'SyncML Settings'
  796.         TabOrder = 1
  797.         object Label22: TLabel
  798.           Left = 28
  799.           Top = 44
  800.           Width = 65
  801.           Height = 13
  802.           Caption = 'Listening port'
  803.           Enabled = False
  804.         end
  805.         object CheckBox6: TCheckBox
  806.           Left = 8
  807.           Top = 20
  808.           Width = 141
  809.           Height = 17
  810.           Caption = 'Enable SyncML server'
  811.           Enabled = False
  812.           TabOrder = 0
  813.         end
  814.         object Edit2: TEdit
  815.           Left = 108
  816.           Top = 40
  817.           Width = 57
  818.           Height = 21
  819.           Color = clBtnFace
  820.           Enabled = False
  821.           TabOrder = 1
  822.           Text = '6901'
  823.         end
  824.         object Button11: TButton
  825.           Left = 268
  826.           Top = 48
  827.           Width = 109
  828.           Height = 25
  829.           Caption = 'Access Manager...'
  830.           Enabled = False
  831.           TabOrder = 2
  832.         end
  833.       end
  834.     end
  835.     object TabSheet4: TTabSheet
  836.       Caption = 'Script'
  837.       ImageIndex = 3
  838.       object GroupBox12: TGroupBox
  839.         Left = 8
  840.         Top = 8
  841.         Width = 389
  842.         Height = 101
  843.         Caption = 'Script'
  844.         TabOrder = 0
  845.         DesignSize = (
  846.           389
  847.           101)
  848.         object Label4: TLabel
  849.           Left = 8
  850.           Top = 18
  851.           Width = 101
  852.           Height = 13
  853.           Caption = 'Main script file name:'
  854.         end
  855.         object edScriptPath: TTntEdit
  856.           Left = 8
  857.           Top = 36
  858.           Width = 369
  859.           Height = 21
  860.           Anchors = [akLeft, akTop, akRight]
  861.           TabOrder = 0
  862.           OnChange = edScriptPathChange
  863.         end
  864.         object Button3: TButton
  865.           Left = 308
  866.           Top = 64
  867.           Width = 69
  868.           Height = 25
  869.           Anchors = [akLeft, akTop, akRight]
  870.           Caption = 'B&rowse...'
  871.           TabOrder = 1
  872.           OnClick = Button3Click
  873.         end
  874.       end
  875.       object GroupBox19: TGroupBox
  876.         Left = 8
  877.         Top = 116
  878.         Width = 389
  879.         Height = 189
  880.         Caption = 'Details'
  881.         TabOrder = 1
  882.         object Label23: TLabel
  883.           Left = 8
  884.           Top = 88
  885.           Width = 58
  886.           Height = 13
  887.           Caption = 'Script Type:'
  888.         end
  889.         object lbScriptType: TLabel
  890.           Left = 72
  891.           Top = 88
  892.           Width = 38
  893.           Height = 13
  894.           Caption = 'vbscript'
  895.           Transparent = True
  896.         end
  897.         object Label9: TLabel
  898.           Left = 8
  899.           Top = 52
  900.           Width = 373
  901.           Height = 33
  902.           AutoSize = False
  903.           Caption = 
  904.             'In most cases the program (Fma) will need to be restarted to ful' +
  905.             'ly activate the selected script.'
  906.           WordWrap = True
  907.         end
  908.         object Label10: TLabel
  909.           Left = 8
  910.           Top = 16
  911.           Width = 373
  912.           Height = 33
  913.           AutoSize = False
  914.           Caption = 
  915.             'Note that script file extension must be the scipting engine used' +
  916.             ', for example for "MyScript.VBScript" the system will interprate' +
  917.             ' it using VBScript Engine.'
  918.           ShowAccelChar = False
  919.           Transparent = True
  920.           WordWrap = True
  921.         end
  922.         object cbUseScripts: TCheckBox
  923.           Left = 8
  924.           Top = 164
  925.           Width = 369
  926.           Height = 17
  927.           Caption = 
  928.             'Enable Scripting (if unchecked the script will be loaded but not' +
  929.             ' used)'
  930.           Checked = True
  931.           State = cbChecked
  932.           TabOrder = 0
  933.         end
  934.       end
  935.     end
  936.     object TabSheet8: TTabSheet
  937.       Caption = 'Appearance'
  938.       ImageIndex = 7
  939.       object GroupBox8: TGroupBox
  940.         Left = 8
  941.         Top = 8
  942.         Width = 389
  943.         Height = 105
  944.         Caption = 'Progress Dialog'
  945.         TabOrder = 0
  946.         object cbProgressLongOnly: TCheckBox
  947.           Left = 28
  948.           Top = 36
  949.           Width = 245
  950.           Height = 17
  951.           Caption = 'The operation performed took too &Long Time'
  952.           TabOrder = 1
  953.         end
  954.         object cbDontProgress: TCheckBox
  955.           Left = 8
  956.           Top = 16
  957.           Width = 317
  958.           Height = 17
  959.           Caption = 'Do not Show (or show it only if these conditions are meet)'
  960.           TabOrder = 0
  961.           OnClick = cbDontProgressClick
  962.         end
  963.         object cbProgressRestoredOnly: TCheckBox
  964.           Left = 28
  965.           Top = 56
  966.           Width = 209
  967.           Height = 17
  968.           Caption = 'The main application is Not &Minimized'
  969.           TabOrder = 2
  970.         end
  971.         object CheckBox3: TCheckBox
  972.           Left = 28
  973.           Top = 76
  974.           Width = 245
  975.           Height = 17
  976.           Caption = 'When connecting to phone for the &First Time'
  977.           Enabled = False
  978.           TabOrder = 3
  979.         end
  980.       end
  981.       object GroupBox1: TGroupBox
  982.         Left = 8
  983.         Top = 120
  984.         Width = 389
  985.         Height = 185
  986.         Caption = 'Transparency'
  987.         TabOrder = 1
  988.         object Label3: TLabel
  989.           Left = 8
  990.           Top = 24
  991.           Width = 130
  992.           Height = 13
  993.           Caption = 'Compose Message Window'
  994.         end
  995.         object Label16: TLabel
  996.           Left = 8
  997.           Top = 56
  998.           Width = 113
  999.           Height = 13
  1000.           Caption = 'Message Arrived Popup'
  1001.         end
  1002.         object Label17: TLabel
  1003.           Left = 8
  1004.           Top = 88
  1005.           Width = 109
  1006.           Height = 13
  1007.           Caption = 'Call Information Popup'
  1008.         end
  1009.         object Label18: TLabel
  1010.           Left = 8
  1011.           Top = 120
  1012.           Width = 72
  1013.           Height = 13
  1014.           Caption = 'Debug Window'
  1015.         end
  1016.         object Label26: TLabel
  1017.           Left = 228
  1018.           Top = 20
  1019.           Width = 153
  1020.           Height = 89
  1021.           AutoSize = False
  1022.           Caption = 
  1023.             'A lower value means more transparency, while a higher value will' +
  1024.             ' make a window more solid (less transparency).'#13#10' '#13#10'Range value: ' +
  1025.             '120-255.'
  1026.           WordWrap = True
  1027.         end
  1028.         object Label21: TLabel
  1029.           Left = 8
  1030.           Top = 152
  1031.           Width = 83
  1032.           Height = 13
  1033.           Caption = 'Progress Window'
  1034.           Enabled = False
  1035.         end
  1036.         object seComposeSpin: TUpDown
  1037.           Left = 201
  1038.           Top = 20
  1039.           Width = 16
  1040.           Height = 21
  1041.           Associate = seCompose
  1042.           Min = 120
  1043.           Max = 255
  1044.           Position = 200
  1045.           TabOrder = 0
  1046.           Wrap = False
  1047.         end
  1048.         object seCompose: TEdit
  1049.           Left = 160
  1050.           Top = 20
  1051.           Width = 41
  1052.           Height = 21
  1053.           TabOrder = 1
  1054.           Text = '200'
  1055.         end
  1056.         object seMessage: TEdit
  1057.           Left = 160
  1058.           Top = 52
  1059.           Width = 41
  1060.           Height = 21
  1061.           TabOrder = 2
  1062.           Text = '200'
  1063.         end
  1064.         object seMessageSpin: TUpDown
  1065.           Left = 201
  1066.           Top = 52
  1067.           Width = 16
  1068.           Height = 21
  1069.           Associate = seMessage
  1070.           Min = 120
  1071.           Max = 255
  1072.           Position = 200
  1073.           TabOrder = 3
  1074.           Wrap = False
  1075.         end
  1076.         object seCall: TEdit
  1077.           Left = 160
  1078.           Top = 84
  1079.           Width = 41
  1080.           Height = 21
  1081.           TabOrder = 4
  1082.           Text = '200'
  1083.         end
  1084.         object seCallSpin: TUpDown
  1085.           Left = 201
  1086.           Top = 84
  1087.           Width = 16
  1088.           Height = 21
  1089.           Associate = seCall
  1090.           Min = 120
  1091.           Max = 255
  1092.           Position = 200
  1093.           TabOrder = 5
  1094.           Wrap = False
  1095.         end
  1096.         object seDebug: TEdit
  1097.           Left = 160
  1098.           Top = 116
  1099.           Width = 41
  1100.           Height = 21
  1101.           TabOrder = 6
  1102.           Text = '200'
  1103.         end
  1104.         object seDebugSpin: TUpDown
  1105.           Left = 201
  1106.           Top = 116
  1107.           Width = 16
  1108.           Height = 21
  1109.           Associate = seDebug
  1110.           Min = 120
  1111.           Max = 255
  1112.           Position = 200
  1113.           TabOrder = 7
  1114.           Wrap = False
  1115.         end
  1116.         object Button4: TButton
  1117.           Left = 268
  1118.           Top = 148
  1119.           Width = 109
  1120.           Height = 25
  1121.           Caption = 'Factory Defaults'
  1122.           TabOrder = 8
  1123.           OnClick = Button4Click
  1124.         end
  1125.         object Edit1: TEdit
  1126.           Left = 160
  1127.           Top = 148
  1128.           Width = 41
  1129.           Height = 21
  1130.           Enabled = False
  1131.           TabOrder = 9
  1132.           Text = '255'
  1133.         end
  1134.         object UpDown1: TUpDown
  1135.           Left = 201
  1136.           Top = 148
  1137.           Width = 16
  1138.           Height = 21
  1139.           Associate = Edit1
  1140.           Enabled = False
  1141.           Min = 120
  1142.           Max = 255
  1143.           Position = 255
  1144.           TabOrder = 10
  1145.           Wrap = False
  1146.         end
  1147.       end
  1148.     end
  1149.     object TabSheet6: TTabSheet
  1150.       Caption = 'Behaviour'
  1151.       ImageIndex = 5
  1152.       object GroupBox5: TGroupBox
  1153.         Left = 8
  1154.         Top = 8
  1155.         Width = 185
  1156.         Height = 121
  1157.         Caption = 'Call Popup'
  1158.         TabOrder = 0
  1159.         object Label19: TLabel
  1160.           Left = 8
  1161.           Top = 16
  1162.           Width = 3
  1163.           Height = 13
  1164.         end
  1165.         object Label20: TLabel
  1166.           Left = 8
  1167.           Top = 32
  1168.           Width = 3
  1169.           Height = 13
  1170.         end
  1171.         object chkCallM: TCheckBox
  1172.           Left = 8
  1173.           Top = 16
  1174.           Width = 97
  1175.           Height = 17
  1176.           Caption = 'Call Monitor'
  1177.           TabOrder = 0
  1178.         end
  1179.         object CheckBox2: TCheckBox
  1180.           Left = 28
  1181.           Top = 36
  1182.           Width = 77
  1183.           Height = 17
  1184.           Caption = 'No Popup'
  1185.           Enabled = False
  1186.           TabOrder = 1
  1187.         end
  1188.         object CheckBox4: TCheckBox
  1189.           Left = 28
  1190.           Top = 56
  1191.           Width = 77
  1192.           Height = 17
  1193.           Caption = 'No Baloon'
  1194.           Enabled = False
  1195.           TabOrder = 2
  1196.         end
  1197.       end
  1198.       object GroupBox7: TGroupBox
  1199.         Left = 8
  1200.         Top = 136
  1201.         Width = 389
  1202.         Height = 61
  1203.         Caption = 'Application'
  1204.         TabOrder = 2
  1205.         object chkMinButton: TCheckBox
  1206.           Left = 8
  1207.           Top = 16
  1208.           Width = 313
  1209.           Height = 17
  1210.           Caption = 'Use X button to minimize instead to close Fma application'
  1211.           TabOrder = 0
  1212.         end
  1213.         object cbCheckOutbox: TCheckBox
  1214.           Left = 8
  1215.           Top = 36
  1216.           Width = 365
  1217.           Height = 17
  1218.           Caption = 
  1219.             'Check out Outbox folder for unsent messages on Fma start and exi' +
  1220.             't'
  1221.           TabOrder = 1
  1222.         end
  1223.       end
  1224.       object GroupBox13: TGroupBox
  1225.         Left = 8
  1226.         Top = 204
  1227.         Width = 389
  1228.         Height = 101
  1229.         Caption = 'Text Messages Counter'
  1230.         TabOrder = 3
  1231.         DesignSize = (
  1232.           389
  1233.           101)
  1234.         object Label28: TLabel
  1235.           Left = 228
  1236.           Top = 37
  1237.           Width = 83
  1238.           Height = 13
  1239.           Caption = 'day of the month'
  1240.         end
  1241.         object lblSMSCount: TLabel
  1242.           Left = 8
  1243.           Top = 72
  1244.           Width = 53
  1245.           Height = 13
  1246.           Caption = '<counter>'
  1247.         end
  1248.         object cbSMSWarning: TCheckBox
  1249.           Left = 8
  1250.           Top = 16
  1251.           Width = 265
  1252.           Height = 17
  1253.           Caption = 'Show warning message when SMS Count reaches'
  1254.           Checked = True
  1255.           State = cbChecked
  1256.           TabOrder = 0
  1257.         end
  1258.         object udSMSCnt: TUpDown
  1259.           Left = 317
  1260.           Top = 14
  1261.           Width = 16
  1262.           Height = 21
  1263.           Associate = edSMSCnt
  1264.           Min = 5
  1265.           Max = 1000
  1266.           Position = 10
  1267.           TabOrder = 1
  1268.           Wrap = False
  1269.         end
  1270.         object edSMSCnt: TEdit
  1271.           Left = 276
  1272.           Top = 14
  1273.           Width = 41
  1274.           Height = 21
  1275.           TabOrder = 2
  1276.           Text = '10'
  1277.         end
  1278.         object cbSMSReset: TCheckBox
  1279.           Left = 8
  1280.           Top = 36
  1281.           Width = 147
  1282.           Height = 17
  1283.           Caption = 'Reset Counter monthly on'
  1284.           Checked = True
  1285.           State = cbChecked
  1286.           TabOrder = 3
  1287.         end
  1288.         object udSMSCntRst: TUpDown
  1289.           Left = 205
  1290.           Top = 34
  1291.           Width = 16
  1292.           Height = 21
  1293.           Associate = edSMSCntRst
  1294.           Min = 1
  1295.           Max = 31
  1296.           Position = 1
  1297.           TabOrder = 4
  1298.           Wrap = False
  1299.         end
  1300.         object edSMSCntRst: TEdit
  1301.           Left = 164
  1302.           Top = 34
  1303.           Width = 41
  1304.           Height = 21
  1305.           TabOrder = 5
  1306.           Text = '1'
  1307.         end
  1308.         object Button6: TButton
  1309.           Left = 268
  1310.           Top = 64
  1311.           Width = 109
  1312.           Height = 25
  1313.           Anchors = [akLeft, akTop, akRight]
  1314.           Caption = 'Reset Counter'
  1315.           TabOrder = 6
  1316.           OnClick = Button6Click
  1317.         end
  1318.       end
  1319.       object GroupBox18: TGroupBox
  1320.         Left = 200
  1321.         Top = 8
  1322.         Width = 197
  1323.         Height = 121
  1324.         Caption = 'Message Popup'
  1325.         TabOrder = 1
  1326.         object chkMsgM: TCheckBox
  1327.           Left = 8
  1328.           Top = 16
  1329.           Width = 105
  1330.           Height = 17
  1331.           Caption = 'Message Monitor'
  1332.           TabOrder = 0
  1333.           OnClick = chkMsgMClick
  1334.         end
  1335.         object cbMsgToArchive: TCheckBox
  1336.           Left = 28
  1337.           Top = 76
  1338.           Width = 153
  1339.           Height = 17
  1340.           Caption = 'Move message to Archive'
  1341.           Enabled = False
  1342.           TabOrder = 1
  1343.         end
  1344.         object cbMsgFullWarning: TCheckBox
  1345.           Left = 28
  1346.           Top = 96
  1347.           Width = 161
  1348.           Height = 17
  1349.           Caption = 'Warn if storage is 95% full'
  1350.           Enabled = False
  1351.           TabOrder = 2
  1352.         end
  1353.         object cbNoMsgBaloon: TCheckBox
  1354.           Left = 28
  1355.           Top = 56
  1356.           Width = 77
  1357.           Height = 17
  1358.           Caption = 'No Baloon'
  1359.           Enabled = False
  1360.           TabOrder = 3
  1361.         end
  1362.         object cbNoMsgPopup: TCheckBox
  1363.           Left = 28
  1364.           Top = 36
  1365.           Width = 77
  1366.           Height = 17
  1367.           Caption = 'No Popup'
  1368.           Enabled = False
  1369.           TabOrder = 4
  1370.         end
  1371.       end
  1372.     end
  1373.     object TabSheet7: TTabSheet
  1374.       Caption = 'Regional Settings'
  1375.       ImageIndex = 6
  1376.       object GroupBox9: TGroupBox
  1377.         Left = 8
  1378.         Top = 8
  1379.         Width = 389
  1380.         Height = 177
  1381.         Caption = 'New Message'
  1382.         TabOrder = 0
  1383.         object TntLabel1: TTntLabel
  1384.           Left = 8
  1385.           Top = 60
  1386.           Width = 373
  1387.           Height = 77
  1388.           AutoSize = False
  1389.           Caption = 
  1390.             'If you wish to use special characters (like '#196', '#228', '#220', '#252', '#214', '#246', '#223' ' +
  1391.             'mostly used in german, scandinavian and other languages) in stan' +
  1392.             'dard encoding, uncheck this option. Otherwise these special char' +
  1393.             'acters will force UCS-2 message encoding, thus reduceing maximum' +
  1394.             ' message length to 1/3 of it'#39's original value.'
  1395.           WordWrap = True
  1396.           Caption_UTF7 = 
  1397.             'If you wish to use special characters (like +AMQ, +AOQ, +ANw, +A' +
  1398.             'Pw, +ANY, +APY, +AN8 mostly used in german, scandinavian and oth' +
  1399.             'er languages) in standard encoding, uncheck this option. Otherwi' +
  1400.             'se these special characters will force UCS-2 message encoding, t' +
  1401.             'hus reduceing maximum message length to 1/3 of it'#39's original val' +
  1402.             'ue.'
  1403.         end
  1404.         object cbStrictUCScheck: TCheckBox
  1405.           Left = 8
  1406.           Top = 36
  1407.           Width = 137
  1408.           Height = 17
  1409.           Caption = 'Do strict UCS-2 check'
  1410.           Checked = True
  1411.           State = cbChecked
  1412.           TabOrder = 1
  1413.         end
  1414.         object Button5: TButton
  1415.           Left = 268
  1416.           Top = 140
  1417.           Width = 109
  1418.           Height = 25
  1419.           Caption = 'Factory Defaults'
  1420.           TabOrder = 2
  1421.           OnClick = Button5Click
  1422.         end
  1423.         object cbForceUCS2: TCheckBox
  1424.           Left = 8
  1425.           Top = 16
  1426.           Width = 137
  1427.           Height = 17
  1428.           Caption = 'Force UCS-2 encoding'
  1429.           TabOrder = 0
  1430.         end
  1431.       end
  1432.     end
  1433.     object TabSheet9: TTabSheet
  1434.       Caption = 'Proximity'
  1435.       ImageIndex = 8
  1436.       object GroupBox2: TGroupBox
  1437.         Left = 8
  1438.         Top = 8
  1439.         Width = 389
  1440.         Height = 297
  1441.         Caption = 'Proximity Detection'
  1442.         TabOrder = 0
  1443.         object Label24: TLabel
  1444.           Left = 8
  1445.           Top = 16
  1446.           Width = 173
  1447.           Height = 13
  1448.           Caption = 'When I go away from my computer:'
  1449.         end
  1450.         object Label25: TLabel
  1451.           Left = 8
  1452.           Top = 148
  1453.           Width = 164
  1454.           Height = 13
  1455.           Caption = 'When I'#39'm back near my computer:'
  1456.         end
  1457.         object cbProximityLock: TCheckBox
  1458.           Left = 20
  1459.           Top = 56
  1460.           Width = 117
  1461.           Height = 17
  1462.           Caption = 'Lock Workstation'
  1463.           TabOrder = 1
  1464.         end
  1465.         object cbProximityUnlock: TCheckBox
  1466.           Left = 20
  1467.           Top = 166
  1468.           Width = 217
  1469.           Height = 21
  1470.           Caption = 'Unlock Workstation (not implemented)'
  1471.           Enabled = False
  1472.           TabOrder = 3
  1473.         end
  1474.         object rgProximityAway: TRadioGroup
  1475.           Left = 20
  1476.           Top = 76
  1477.           Width = 357
  1478.           Height = 61
  1479.           Caption = ' Audio '
  1480.           Columns = 3
  1481.           ItemIndex = 4
  1482.           Items.Strings = (
  1483.             'Mute'
  1484.             'Unmute'
  1485.             'Decrease 80%'
  1486.             'Increase 80%'
  1487.             'Do nothing')
  1488.           TabOrder = 2
  1489.         end
  1490.         object rgProximityNear: TRadioGroup
  1491.           Left = 20
  1492.           Top = 188
  1493.           Width = 357
  1494.           Height = 61
  1495.           Caption = ' Audio '
  1496.           Columns = 3
  1497.           ItemIndex = 4
  1498.           Items.Strings = (
  1499.             'Mute'
  1500.             'Unmute'
  1501.             'Decrease 80%'
  1502.             'Increase 80%'
  1503.             'Do nothing')
  1504.           TabOrder = 4
  1505.         end
  1506.         object cbRunSS: TCheckBox
  1507.           Left = 20
  1508.           Top = 36
  1509.           Width = 121
  1510.           Height = 17
  1511.           Caption = 'Run Screen Saver'
  1512.           TabOrder = 0
  1513.         end
  1514.         object btnProximityTest: TButton
  1515.           Left = 12
  1516.           Top = 260
  1517.           Width = 105
  1518.           Height = 25
  1519.           Caption = '&Test Proximity'
  1520.           TabOrder = 5
  1521.           OnClick = btnProximityTestClick
  1522.         end
  1523.       end
  1524.     end
  1525.     object TabSheet2: TTabSheet
  1526.       Caption = 'Advanced'
  1527.       ImageIndex = 1
  1528.       object GroupBox3: TGroupBox
  1529.         Left = 8
  1530.         Top = 8
  1531.         Width = 185
  1532.         Height = 93
  1533.         Caption = 'Timeout (seconds)'
  1534.         TabOrder = 0
  1535.         object Label11: TLabel
  1536.           Left = 8
  1537.           Top = 53
  1538.           Width = 169
  1539.           Height = 32
  1540.           AutoSize = False
  1541.           Caption = 
  1542.             'Defines the time in seconds to wait for respond before giving up' +
  1543.             '.'
  1544.           ShowAccelChar = False
  1545.           Transparent = True
  1546.           WordWrap = True
  1547.         end
  1548.         object seCommTimeout: TEdit
  1549.           Left = 9
  1550.           Top = 20
  1551.           Width = 40
  1552.           Height = 21
  1553.           TabOrder = 0
  1554.           Text = '10'
  1555.         end
  1556.         object seCommTimeoutSpin: TUpDown
  1557.           Left = 49
  1558.           Top = 20
  1559.           Width = 16
  1560.           Height = 21
  1561.           Associate = seCommTimeout
  1562.           Min = 5
  1563.           Max = 60
  1564.           Position = 10
  1565.           TabOrder = 1
  1566.           Wrap = False
  1567.         end
  1568.       end
  1569.       object GroupBox4: TGroupBox
  1570.         Left = 200
  1571.         Top = 8
  1572.         Width = 197
  1573.         Height = 93
  1574.         Caption = 'Polling Interval (seconds)'
  1575.         TabOrder = 1
  1576.         object Label5: TLabel
  1577.           Left = 8
  1578.           Top = 53
  1579.           Width = 177
  1580.           Height = 32
  1581.           AutoSize = False
  1582.           Caption = 
  1583.             'Polling Interval specify the interval for Signal & Battery Power' +
  1584.             ' polling.'
  1585.           ShowAccelChar = False
  1586.           Transparent = True
  1587.           WordWrap = True
  1588.         end
  1589.         object sePolling: TEdit
  1590.           Left = 8
  1591.           Top = 19
  1592.           Width = 41
  1593.           Height = 21
  1594.           TabOrder = 0
  1595.           Text = '30'
  1596.         end
  1597.         object sePollingSpin: TUpDown
  1598.           Left = 49
  1599.           Top = 19
  1600.           Width = 16
  1601.           Height = 21
  1602.           Associate = sePolling
  1603.           Min = 5
  1604.           Max = 60
  1605.           Position = 30
  1606.           TabOrder = 1
  1607.           Wrap = False
  1608.         end
  1609.       end
  1610.       object GroupBox16: TGroupBox
  1611.         Left = 8
  1612.         Top = 108
  1613.         Width = 389
  1614.         Height = 65
  1615.         Caption = 'Battery and Phone State Monitoring'
  1616.         TabOrder = 2
  1617.         object cbDiagram: TCheckBox
  1618.           Left = 8
  1619.           Top = 40
  1620.           Width = 141
  1621.           Height = 17
  1622.           Caption = 'Enable Status Diagram'
  1623.           Checked = True
  1624.           State = cbChecked
  1625.           TabOrder = 0
  1626.         end
  1627.         object chkStateMonitor: TCheckBox
  1628.           Left = 8
  1629.           Top = 20
  1630.           Width = 97
  1631.           Height = 17
  1632.           Caption = 'Enable Monitor'
  1633.           Checked = True
  1634.           State = cbChecked
  1635.           TabOrder = 1
  1636.           OnClick = chkStateMonitorClick
  1637.         end
  1638.       end
  1639.       object Button7: TButton
  1640.         Left = 288
  1641.         Top = 280
  1642.         Width = 109
  1643.         Height = 25
  1644.         Caption = 'Factory Defaults'
  1645.         TabOrder = 3
  1646.         OnClick = Button7Click
  1647.       end
  1648.     end
  1649.   end
  1650.   object Button1: TButton
  1651.     Left = 275
  1652.     Top = 376
  1653.     Width = 69
  1654.     Height = 25
  1655.     Caption = 'OK'
  1656.     Default = True
  1657.     TabOrder = 1
  1658.     OnClick = Button1Click
  1659.   end
  1660.   object Button2: TButton
  1661.     Left = 351
  1662.     Top = 376
  1663.     Width = 69
  1664.     Height = 25
  1665.     Cancel = True
  1666.     Caption = 'Cancel'
  1667.     ModalResult = 2
  1668.     TabOrder = 2
  1669.   end
  1670.   object OpenDialog1: TOpenDialog
  1671.     Filter = 
  1672.       'VBScript (*.vbscript)|*.vbscript;*.vbs|JScript (*.jscript)|*.jsc' +
  1673.       'ript|All Files|*.*'
  1674.     Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
  1675.     Title = 'Select Script File'
  1676.     Left = 8
  1677.     Top = 376
  1678.   end
  1679.   object OutlookImageList: TImageList
  1680.     Left = 40
  1681.     Top = 376
  1682.     Bitmap = {
  1683.       494C010109000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1684.       0000000000003600000028000000400000004000000001002000000000000040
  1685.       0000000000000000000000000000000000000000000000000000000000000000
  1686.       0000000000000000000000000000000000000000000000000000000000000000
  1687.       0000000000000000000000000000000000000000000000000000000000000000
  1688.       0000000000000000000000000000000000000000000000000000000000000000
  1689.       0000000000000000000000000000000000000000000000000000000000000000
  1690.       0000000000000000000000000000000000000000000000000000000000000000
  1691.       0000000000000000000000000000000000000000000000000000000000000000
  1692.       0000000000000000000000000000000000000000000000000000000000000000
  1693.       0000000000000000000000000000000000000000000000000000000000000000
  1694.       0000000000000000000000000000000000000000000000000000000000000000
  1695.       0000000000000000000000000000000000000000000000000000000000000000
  1696.       0000000000000000000000000000000000000000000000000000000000000000
  1697.       0000000000000000000000000000000000000000000000000000000000000000
  1698.       0000000000000000000000000000000000000000000000000000000000000000
  1699.       0000000000000000000000000000000000000000000000000000000000000000
  1700.       0000000000000000000000000000000000000000000000000000000000000000
  1701.       0000000000000000000000000000000000000000000000000000000000000000
  1702.       0000000000000000000000000000000000000000000000000000000000000000
  1703.       0000000000000000000000000000000000000000000000000000000000000000
  1704.       0000000000000000000000000000000000000000000000000000000000000000
  1705.       0000000000000000000000000000000000000000000000000000000000000000
  1706.       0000000000000000000000000000000000000000000000000000000000000000
  1707.       0000000000000000000000000000000000000000000000000000000000000000
  1708.       0000000000000000000000000000000000000000000000000000000000000000
  1709.       0000000000000000000000000000000000000000000000000000000000000000
  1710.       0000000000000000000000000000000000000000000000000000000000000000
  1711.       0000000000000000000000000000000000000000000000000000000000000000
  1712.       0000000000000000000000000000000000000000000000000000000000000000
  1713.       0000000000000000000000000000000000000000000000000000000000000000
  1714.       0000000000000000000000000000000000000000000000000000000000000000
  1715.       0000000000000000000000000000000000000000000000000000000000000000
  1716.       0000000000000000000000000000000000000000000000000000000000000000
  1717.       0000000000000000000000000000000000000000000000000000000000000000
  1718.       0000000000000000000000000000000000000000000000000000000000000000
  1719.       0000000000000000000000000000000000000000000000000000000000000000
  1720.       0000000000000000000000000000000000000000000000000000000000000000
  1721.       0000000000000000000000000000000000000000000000000000000000000000
  1722.       0000000000000000000000000000000000000000000000000000000000000000
  1723.       0000000000000000000000000000000000000000000000000000000000000000
  1724.       0000000000000000000000000000000000000000000000000000000000000000
  1725.       0000000000000000000000000000000000000000000000000000000000000000
  1726.       0000000000000000000000000000000000000000000000000000000000000000
  1727.       0000000000000000000000000000000000000000000000000000000000000000
  1728.       0000000000000000000000000000000000000000000000000000000000000000
  1729.       0000000000000000000000000000000000000000000000000000000000000000
  1730.       0000000000000000000000000000000000000000000000000000000000000000
  1731.       0000000000000000000000000000000000000000000000000000000000000000
  1732.       0000000000000000000000000000000000000000000000000000000000000000
  1733.       0000000000000000000000000000000000000000000000000000000000000000
  1734.       0000000000000000000000000000000000000000000000000000000000000000
  1735.       0000000000000000000000000000000000000000000000000000000000000000
  1736.       0000000000000000000000000000000000000000000000000000000000000000
  1737.       0000000000000000000000000000000000000000000000000000000000000000
  1738.       0000000000000000000000000000000000000000000000000000000000000000
  1739.       0000000000000000000000000000000000000000000000000000000000000000
  1740.       0000000000000000000000000000000000000000000000000000000000000000
  1741.       0000000000000000000000000000000000000000000000000000000000000000
  1742.       0000000000000000000000000000000000000000000000000000000000000000
  1743.       0000000000000000000000000000000000000000000000000000000000000000
  1744.       0000000000000000000000000000000000000000000000000000000000000000
  1745.       0000000000000000000000000000000000000000000000000000000000000000
  1746.       0000000000000000000000000000000000000000000000000000000000000000
  1747.       0000000000000000000000000000000000000000000000000000000000000000
  1748.       0000000000000000000000000000000000000000000000000000000000000000
  1749.       0000000000000000000000000000000000000000000000000000000000000000
  1750.       0000000000000000000000000000000000000000000000000000000000000000
  1751.       0000000000000000000000000000000000000000000000000000000000000000
  1752.       0000000000000000000000000000000000000000000000000000000000000000
  1753.       0000000000000000000000000000000000000000000000000000000000000000
  1754.       0000000000000000000000000000000000000000000000000000000000000000
  1755.       0000000000000000000000000000000000000000000000000000000000000000
  1756.       0000000000000000000000000000000000000000000000000000000000000000
  1757.       0000000000000000000000000000000000000000000000000000000000000000
  1758.       0000000000000000000000000000000000000000000000000000000000000000
  1759.       0000000000000000000000000000000000000000000000000000000000000000
  1760.       0000000000000000000000000000000000000000000000000000000000000000
  1761.       0000000000000000000000000000000000000000000000000000000000000000
  1762.       0000000000000000000000000000000000000000000000000000000000000000
  1763.       0000000000000000000000000000000000000000000000000000000000000000
  1764.       0000000000000000000000000000000000000000000000000000000000000000
  1765.       0000000000000000000000000000000000000000000000000000000000000000
  1766.       0000000000000000000000000000000000000000000000000000000000000000
  1767.       0000000000000000000000000000000000000000000000000000000000000000
  1768.       0000000000000000000000000000000000000000000000000000000000000000
  1769.       0000000000000000000000000000000000000000000000000000000000000000
  1770.       0000000000000000000000000000000000000000000000000000000000000000
  1771.       0000000000000000000000000000000000000000000000000000000000000000
  1772.       0000000000000000000000000000000000000000000000000000000000000000
  1773.       0000000000000000000000000000000000000000000000000000000000000000
  1774.       0000000000000000000000000000000000000000000000000000000000000000
  1775.       0000000000000000000000000000000000000000000000000000000000000000
  1776.       0000000000000000000000000000000000000000000000000000000000000000
  1777.       0000000000000000000000000000000000000000000000000000000000000000
  1778.       0000000000000000000000000000000000000000000000000000000000000000
  1779.       0000000000000000000000000000000000000000000000000000000000000000
  1780.       0000000000000000000000000000000000000000000000000000000000000000
  1781.       0000000000000000000000000000000000000000000000000000000000000000
  1782.       0000000000000000000000000000000000000000000000000000000000000000
  1783.       0000000000000000000000000000000000000000000000000000000000000000
  1784.       0000000000000000000000000000000000000000000000000000000000000000
  1785.       0000000000000000000000000000000000000000000000000000000000000000
  1786.       0000000000000000000000000000000000000000000000000000000000000000
  1787.       0000000000000000000000000000000000000000000000000000000000000000
  1788.       0000000000000000000000000000000000000000000000000000000000000000
  1789.       0000000000000000000000000000000000000000000000000000000000000000
  1790.       0000000000000000000000000000000000000000000000000000000000000000
  1791.       0000000000000000000000000000000000000000000000000000000000000000
  1792.       0000000000000000000000000000000000000000000000000000000000000000
  1793.       0000000000000000000000000000000000000000000000000000000000000000
  1794.       0000000000000000000000000000000000000000000000000000000000000000
  1795.       0000000000000000000000000000000000000000000000000000000000000000
  1796.       0000000000000000000000000000000000000000000000000000000000000000
  1797.       0000000000000000000000000000000000000000000000000000000000000000
  1798.       0000000000000000000000000000000000000000000000000000000000000000
  1799.       0000000000000000000000000000000000000000000000000000000000000000
  1800.       0000000000000000000000000000000000000000000000000000000000000000
  1801.       0000000000000000000000000000000000000000000000000000000000000000
  1802.       0000000000000000000000000000000000000000000000000000000000000000
  1803.       0000000000000000000000000000000000000000000000000000000000000000
  1804.       0000000000000000000000000000000000000000000000000000000000000000
  1805.       0000000000000000000000000000000000000000000000000000000000000000
  1806.       0000000000000000000000000000000000000000000000000000000000000000
  1807.       0000000000000000000000000000000000000000000000000000000000000000
  1808.       0000000000000000000000000000000000000000000000000000000000000000
  1809.       0000000000000000000000000000000000000000000000000000000000000000
  1810.       0000000000000000000000000000000000000000000000000000000000000000
  1811.       0000000000000000000000000000000000000000000000000000000000000000
  1812.       0000000000000000000000000000000000000000000000000000000000000000
  1813.       0000000000000000000000000000000000000000000000000000000000000000
  1814.       0000000000000000000000000000000000000000000000000000000000000000
  1815.       0000000000000000000000000000000000000000000000000000000000000000
  1816.       0000000000000000000000000000000000000000000000000000000000000000
  1817.       0000000000000000000000000000000000000000000000000000000000000000
  1818.       0000000000000000000000000000000000000000000000000000000000000000
  1819.       0000000000000000000000000000000000000000000000000000000000000000
  1820.       0000000000000000000000000000000000000000000000000000000000000000
  1821.       0000000000000000000000000000000000000000000000000000000000000000
  1822.       0000000000000000000000000000000000000000000000000000000000000000
  1823.       0000000000000000000000000000000000000000000000000000000000000000
  1824.       0000000000000000000000000000000000000000000000000000000000000000
  1825.       0000000000000000000000000000000000000000000000000000000000000000
  1826.       0000000000000000000000000000000000000000000000000000000000000000
  1827.       0000000000000000000000000000000000000000000000000000000000000000
  1828.       0000000000000000000000000000000000000000000000000000000000000000
  1829.       0000000000000000000000000000000000000000000000000000000000000000
  1830.       0000000000000000000000000000306880003048600000000000000000000000
  1831.       0000000000000000000000000000000000000000000000000000000000000000
  1832.       0000000000000000000000000000000000000000000000000000000000000000
  1833.       0000000000000000000000000000000000000000000000000000000000000000
  1834.       0000000000000000000000000000000000000000000000000000000000000000
  1835.       0000000000000000000000000000000000000000000000000000000000000000
  1836.       0000000000000000000000000000000000000000000000000000000000000000
  1837.       00000000000000000000000000000000000000000000000000006C9BAE005486
  1838.       9B0052819400527A940038788D0030689000305870003B596800305060003048
  1839.       6000304860003B59680000000000000000000000000000000000000000000000
  1840.       0000000000000000000000000000000000000000000000000000000000000000
  1841.       0000000000000000000000000000000000000000000000000000000000000000
  1842.       0000000000000000000000000000000000000000000000000000000000000000
  1843.       0000000000000000000000000000000000000000000000000000000000000000
  1844.       0000000000000000000000000000000000000000000000000000000000000000
  1845.       000000000000000000000000000000000000000000000000000060A8C000D0FF
  1846.       FF00B0F8FF0080E8FF0060E0F00050C0E00040B0D00040A0C0003088A0003078
  1847.       A000305870003050600000000000000000000000000000000000000000000000
  1848.       0000000000000000000000000000000000000000000000000000000000000000
  1849.       0000000000000000000000000000000000000000000000000000000000000000
  1850.       0000000000000000000000000000000000000000000000000000000000000000
  1851.       0000000000000000000000000000000000000000000000000000000000000000
  1852.       0000000000000000000000000000000000000000000000000000000000000000
  1853.       00000000000000000000000000000000000000000000000000000000000070C8
  1854.       E000D0F8FF00B0F8FF00A0F0FF0090E8FF0070D0F00050C0E00040B8E0003080
  1855.       A000205870000000000000000000000000000000000000000000000000000000
  1856.       0000000000000000000000000000000000000000000000000000000000000000
  1857.       0000000000000000000000000000000000000000000000000000000000000000
  1858.       0000000000000000000000000000000000000000000000000000000000000000
  1859.       0000000000000000000000000000000000000000000000000000000000000000
  1860.       0000000000000000000000000000000000000000000000000000000000000000
  1861.       0000000000000000000000000000000000000000000000000000000000000000
  1862.       000080C8E00080D8F00070C0D00060B0D00050A0C0003080A000306880003050
  1863.       7000000000000000000000000000000000000000000000000000000000000000
  1864.       0000000000000000000000000000000000000000000000000000000000000000
  1865.       0000000000000000000000000000000000000000000000000000000000000000
  1866.       0000000000000000000000000000000000000000000000000000000000000000
  1867.       0000000000000000000000000000000000000000000000000000000000000000
  1868.       0000000000000000000000000000000000000000000000000000000000000000
  1869.       0000000000000000000000000000000000000000000000000000000000000000
  1870.       000087BCC900C0F8FF0090E8F00070D8F00040C0E00030A0C0003090B0003B59
  1871.       6800000000000000000000000000000000000000000000000000000000000000
  1872.       0000000000000000000000000000000000000000000000000000000000000000
  1873.       0000000000000000000000000000000000000000000000000000000000000000
  1874.       0000000000000000000000000000000000000000000000000000000000000000
  1875.       0000000000000000000000000000000000000000000000000000000000000000
  1876.       0000000000000000000000000000000000000000000000000000000000000000
  1877.       0000000000000000000000000000000000000000000000000000000000000000
  1878.       00007FBFD400C0F8FF00A0F0FF0090E0F00060D0F00040C0E00030A0C0003B68
  1879.       8600000000000000000000000000000000000000000000000000000000000000
  1880.       0000000000000000000000000000000000000000000000000000000000000000
  1881.       0000000000000000000000000000000000000000000000000000000000000000
  1882.       0000000000000000000000000000000000000000000000000000000000000000
  1883.       0000000000000000000000000000000000000000000000000000000000000000
  1884.       0000000000000000000000000000000000000000000000000000000000000000
  1885.       0000000000000000000000000000000000000000000000000000000000000000
  1886.       000086C3D200C0F8FF00C0F8FF00A0F0FF0090E8F00060D0F00040B8E0003B68
  1887.       8600000000000000000000000000000000000000000000000000000000000000
  1888.       0000000000000000000000000000000000000000000000000000000000000000
  1889.       0000000000000000000000000000000000000000000000000000000000000000
  1890.       0000000000000000000000000000000000000000000000000000000000000000
  1891.       0000000000000000000000000000000000000000000000000000000000000000
  1892.       0000000000000000000000000000000000000000000000000000000000000000
  1893.       0000000000000000000000000000000000000000000000000000000000000000
  1894.       000086C3D200C0F8FF00C0F8FF00C0F8FF00B0F8FF0090E0F00060C0E0004A70
  1895.       8600000000000000000000000000000000000000000000000000000000000000
  1896.       0000000000000000000000000000000000000000000000000000000000000000
  1897.       0000000000000000000000000000000000000000000000000000000000000000
  1898.       0000000000000000000000000000000000000000000000000000000000000000
  1899.       0000000000000000000000000000000000000000000000000000000000000000
  1900.       0000000000000000000000000000000000000000000000000000000000000000
  1901.       0000000000000000000000000000000000000000000000000000000000000000
  1902.       000000000000A0D8E000C0F0F000D0FFFF00D0FFFF00A0E8F0006090A0000000
  1903.       0000000000000000000000000000000000000000000000000000000000000000
  1904.       0000000000000000000000000000000000000000000000000000000000000000
  1905.       0000000000000000000000000000000000000000000000000000000000000000
  1906.       0000000000000000000000000000000000000000000000000000000000000000
  1907.       0000000000000000000000000000000000000000000000000000000000000000
  1908.       0000000000000000000000000000000000000000000000000000000000000000
  1909.       0000000000000000000000000000000000000000000000000000000000000000
  1910.       0000000000000000000090D0E00080C0D00070B0C00060A0B000000000000000
  1911.       0000000000000000000000000000000000000000000000000000000000000000
  1912.       0000000000000000000000000000000000000000000000000000000000000000
  1913.       0000000000000000000000000000000000000000000000000000000000000000
  1914.       0000000000000000000000000000000000000000000000000000000000000000
  1915.       0000000000000000000000000000000000000000000000000000000000000000
  1916.       0000000000000000000000000000000000000000000000000000000000000000
  1917.       0000000000000000000000000000000000000000000000000000000000000000
  1918.       0000000000000000000000000000000000000000000000000000000000000000
  1919.       0000000000000000000000000000000000000000000000000000000000000000
  1920.       0000000000000000000000000000000000000000000000000000000000000000
  1921.       0000000000000000000000000000000000000000000000000000000000000000
  1922.       0000000000000000000000000000000000000000000000000000000000000000
  1923.       0000000000000000000000000000000000000000000000000000000000000000
  1924.       0000000000000000000000000000000000000000000000000000000000000000
  1925.       0000000000000000000000000000000000000000000000000000000000000000
  1926.       0000000000000000000000000000000000000000000000000000000000000000
  1927.       0000000000000000000000000000000000000000000000000000000000000000
  1928.       0000000000000000000000000000000000000000000000000000000000000000
  1929.       0000000000000000000000000000000000000000000000000000000000000000
  1930.       0000000000000000000000000000000000000000000000000000000000000000
  1931.       0000000000000000000000000000000000000000000000000000000000000000
  1932.       0000000000000000000000000000000000000000000000000000000000000000
  1933.       0000000000000000000000000000000000000000000000000000000000000000
  1934.       0000000000000000000000000000000000000000000000000000000000000000
  1935.       0000000000000000000000000000000000000000000000000000000000000000
  1936.       0000000000000000000000000000000000000000000000000000000000000000
  1937.       0000000000000000000000000000000000000000000000000000000000000000
  1938.       0000000000000000000000000000000000000000000000000000000000000000
  1939.       0000000000000000000000000000000000000000000000000000000000000000
  1940.       0000000000000000000000000000000000000000000000000000000000000000
  1941.       0000000000000000000000000000000000000000000000000000000000000000
  1942.       0000000000000000000000000000000000000000000000000000000000000000
  1943.       0000000000000000000000000000000000000000000000000000494E44002028
  1944.       2000303830000000000000000000000000000000000000000000000000000000
  1945.       0000000000000000000000000000000000000000000000000000000000000000
  1946.       0000000000000000000000000000000000000000000000000000000000000000
  1947.       0000000000000000000000000000000000000000000000000000000000000000
  1948.       0000000000000000000000000000000000000000000000000000000000000000
  1949.       0000000000000000000000000000000000000000000000000000684E35006050
  1950.       4000604830007050400070605000705040006048300060483000604830006048
  1951.       3000604830000000000000000000000000000000000060606000E0D0C000FDC7
  1952.       AE00D0B0A0004038400000000000000000000000000000000000000000000000
  1953.       0000000000000000000000000000000000000000000080A8C000507080004070
  1954.       8000407080003070900030709000306880003068800030688000306080003060
  1955.       8000306070003058700030587000000000000000000080808000303030003030
  1956.       3000303030003030300030282000202020002018100010101000101010001010
  1957.       10001010100010101000101010000000000000000000C0A8A000F0F0F000E0D8
  1958.       D000E0D0C000E0C8C0009090B000D0C0B000E0B8A000D0B0A000D0B0A000D0A8
  1959.       9000D0A0900060483000000000000000000080808000D1C7BD00FDECEA00FFE8
  1960.       D000FFD0C000C0A8900030303000607860005068500040585000405040004048
  1961.       4000304030003038300020302000000000000000000080A8C00070D0FF0070D8
  1962.       FF0070D0FF0040B8E00020A0E00020A8D0000090D00020A0D00040B0E00050B8
  1963.       F00050C0F00050C0F00040587000000000000000000080808000FFF8F000F0E0
  1964.       D000F0D8D000F0D0C000F0D0C000F0C8B000F0C0B000F0C0A000F0B8A000F0B0
  1965.       9000F0B09000F0B09000101010000000000000000000C0A8A000FFF0F000F0F0
  1966.       F000F0E8E0003050C0001038B0007078C000E0D0D000F0D0C000E0D0C000E0C8
  1967.       B000D0A89000604830000000000000000000A0A0A000FFF8F000FFF8F0002028
  1968.       200020202000F0C8B0002020200060A060005090500050805000407850004070
  1969.       4000407040003068400030604000000000000000000080A8C00070D8FF0060D0
  1970.       F00030B0E0001098D0000098E0000098E00030B0E00070D8FF0070D0FF0070D8
  1971.       FF0070D8FF0070D8FF0040607000000000000000000080808000FFF8F000FFF8
  1972.       F000FFF0F000FFF0E000F0D8D000A0909000FFE0D000FFD8C000FFD8C000FFD0
  1973.       C000FFD0B000F0B09000101010000000000000000000C0A8A000FFF0F000D0D0
  1974.       E0003050C0003058F0002048E0001038B000A098C000F0D0C000F0D0C000E0C8
  1975.       B000D0A89000604830000000000000000000A0989000F0F0F000FFFFFF004038
  1976.       4000FFF8F000C0B8B0006058500070A8700060A8700060A06000609860005090
  1977.       6000508050005078500040604000000000000000000080A8C00070D0F00030B0
  1978.       E00010A8D00030D0FF0030C8FF0020A0D00070D8FF0070D8FF0070D8FF0070D8
  1979.       FF0070D8FF0070D8FF0040607000000000000000000080808000FFFFFF00FFF8
  1980.       F000FFF8F000C0B0B00040383000D0C8C000FFE0D000FFE0D000FFD8C000FFD8
  1981.       C000FFD0C000F0B09000101010000000000000000000C0B0A000FFF8F0002040
  1982.       C0003058F0006080FF005078F0004060F0002040B000D0C0C000F0D8D000E0C8
  1983.       C000D0B0A0006048300000000000000000000000000090909000F0F0F000F0F0
  1984.       F000E0D8D0006060600080B0800070B0700070B8700070B0700060A8700060A0
  1985.       6000609060005088500040704000000000000000000080A8C00050C8F00000A0
  1986.       D00030D0F00030C8F0000098D00040C0E00080E0FF0080E0FF0080E0FF0080E0
  1987.       FF0080E0FF0080E0FF0040607000000000000000000080808000FFFFFF00FFFF
  1988.       FF00E0D8D0003030300050404000FFE8E000FFE8E000FFE0D000FFE0D000FFD8
  1989.       C000FFD8C000F0B8A000101010000000000000000000C0B0A000FFF8F00080A0
  1990.       FF008098FF008090F000D0D0E0008098F0004060E0004058B000F0D8D000F0D8
  1991.       D000D0B8A0006050400000000000000000000000000000000000909890009088
  1992.       9000808080007098700090D0A00080C0800080B8800070B8800070B8700070B0
  1993.       700060A060005090600040704000000000000000000080A8C00040B0E00040C0
  1994.       E00040B8E00030B0E00010A0D00060D0F00080E0FF0080E0FF0080E0FF0080E0
  1995.       FF0080E0FF0080E0FF0050687000000000000000000080808000FFFFFF00FFFF
  1996.       FF00C0C0C0003030300020202000C0B0A000FFF0E000FFE8E000FFE0D000FFE0
  1997.       D000FFD8C000F0C0A000101010000000000000000000D0B0A000FFF8FF00E0E8
  1998.       FF00C0C8F000F0F0F000F0F0E000E0D8E0008090F0003058E0005068B000F0E0
  1999.       D000E0C8B0007058400000000000000000000000000000000000000000006060
  2000.       6000FFFFFF0070A88000A0D0A00080C8900080C0800080C0800070C0800070B8
  2001.       700070B070006098600040804000000000000000000080A8C00050C0E00080E0
  2002.       F00080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8
  2003.       FF0080E8FF0080E8FF0050687000000000000000000080808000FFFFFF00FFFF
  2004.       FF00F0F0F000808080001010100030303000C0B8B000FFF0E000D0B8A000A080
  2005.       7000FFE0D000F0C0B000201810000000000000000000D0B8A000FFFFFF00FFF8
  2006.       FF00FFF8F000FFF8F000FFF0F000F0F0E000F0E0E0007088F0002050D0009090
  2007.       C000E0D0C0008070600000000000000000000000000000000000000000009486
  2008.       87008078800070A07000A0D8B00090C8900080C8900080C8800080C0800070C0
  2009.       800070B8700060A8700050885000000000000000000080B0C00070D0F00080E8
  2010.       FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8
  2011.       FF0080E8FF0080E8FF0050687000000000000000000080808000FFFFFF00FFFF
  2012.       FF00FFFFFF00D0D8D000404040001010100040404000B0A09000705850004038
  2013.       3000FFE0D000F0C8B000202020000000000000000000D0B8B000FFFFFF00FFFF
  2014.       FF00FFF8FF00FFF8F000FFF8F000F0F0F000F0E0E000F0E8E0008090F0002048
  2015.       D000A098C000A090800000000000000000000000000000000000000000002020
  2016.       2000FFFFFF0070A88000B0D8B00060986000609860006098600060A0700060A0
  2017.       700070A8700070A8700050905000000000000000000080B0C00090E0F00080F0
  2018.       FF0080F0FF0080F0FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0
  2019.       FF0090F0FF0090F0FF0050687000000000000000000080808000FFFFFF00FFFF
  2020.       FF00FFFFFF00FFFFFF00B0B0B000303030001010100020202000302020004028
  2021.       2000FFE8E000F0D0C000302820000000000000000000D0C0B000FFFFFF00FFFF
  2022.       FF0080A0B000608890006088900060789000607880007080900090A0B00090A0
  2023.       F0003050D000B098900000000000000000000000000000000000000000009487
  2024.       88008080800080B08000B0E0C0006088600080B8800090C0900090C8A000A0D0
  2025.       A000A0D8B00060A8700050985000000000000000000080B0C000A0E8F00090F8
  2026.       FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8
  2027.       FF0090F8FF0090F8FF0050687000000000000000000080808000FFFFFF00FFFF
  2028.       FF00FFFFFF00FFFFFF00FFFFFF00A0A8A0002020200000000000100800003020
  2029.       2000FFF0E000F0D0C000303030000000000000000000D0C0B000FFFFFF00FFFF
  2030.       FF0080A8B00090D8E00090E8F00080D8F00060C8E0005098B00070809000F0E8
  2031.       E000E0D8D000A098900000000000000000000000000000000000000000002028
  2032.       2000FFFFFF0080B89000C0E0C0006088600070A8700080B0800080B8900090C8
  2033.       9000A0C8A00060A0700060986000000000000000000080B8C000B0F0FF00A0FF
  2034.       FF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FF
  2035.       FF00A0FFFF00A0FFFF0050688000000000000000000080808000FFFFFF00FFFF
  2036.       FF00FFFFFF00FFFFFF00D0D0D000606860002028200010081000000000002018
  2037.       1000FFF0F000F0D8D000303030000000000000000000D2C0B000FFFFFF00FFFF
  2038.       FF00F0F8FF0080A8B000A0A8A0009584730080C8D00050708000F0F0F000F0E0
  2039.       E000F0E0E000807060000000000000000000000000000000000000000000A093
  2040.       88008080800080C09000C0E0C000608860005088600060886000609060006090
  2041.       60006098600060A0600060A86000000000000000000090C8D000C0F8FF00B0FF
  2042.       FF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FF
  2043.       FF00B0FFFF00B0FFFF0050708000000000000000000080808000FFFFFF00FFFF
  2044.       FF00FFFFFF00FFFFFF00B0B0B000505050005048500040484000303030003030
  2045.       3000FFF8F000F0E0D00030303000000000000000000000000000D2C0B000D0C0
  2046.       B000D0C0B00070A8B000A0E8F000A0E8F00090D0E00040687000C0A8A000C0A8
  2047.       A000C0A890000000000000000000000000000000000000000000000000002028
  2048.       2000FFFFFF0090C0A000C0E8C000C0E8C000C0E0C000B0E0C000B0D8B000A0D0
  2049.       A00090C8900080C0800080B88000000000000000000090C8D000E0F8FF00D0FF
  2050.       FF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FF
  2051.       FF00C0FFFF00C0FFFF0050708000000000000000000080808000FFFFFF00FFFF
  2052.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2053.       FF00FFF8F000FFF8F00030303000000000000000000000000000000000000000
  2054.       0000000000000000000080B0C00080A0B0007090A00000000000000000000000
  2055.       0000000000000000000000000000000000000000000000000000000000000000
  2056.       00008E89860090C0A00090C0900080C0900080B8900080B8900080B8800080B0
  2057.       800080B0800070A8700070A87000000000000000000090C8D00090C8D00090C8
  2058.       D00090C8D00090C8D00090C8D00090C0D00090C0D00090C0D00090B8D00080B0
  2059.       C00080A8C00080A8C00080A8C000000000000000000080808000808080008080
  2060.       8000808080008080800080808000808080008080800080808000808080008080
  2061.       8000808080008080800080808000000000000000000000000000000000000000
  2062.       0000000000000000000000000000000000000000000000000000000000000000
  2063.       0000000000000000000000000000000000000000000000000000000000000000
  2064.       0000000000000000000000000000000000000000000000000000000000000000
  2065.       0000000000000000000000000000000000000000000000000000000000000000
  2066.       0000000000000000000000000000000000000000000000000000000000000000
  2067.       0000000000000000000000000000000000000000000000000000000000000000
  2068.       0000000000000000000000000000000000000000000000000000000000000000
  2069.       0000000000000000000000000000000000000000000000000000000000000000
  2070.       0000000000000000000000000000000000000000000000000000000000000000
  2071.       00000000000000000000000000000000000000000000000000000000000080A8
  2072.       C000507080004070900030688000306880003060800030587000305870003058
  2073.       7000305870003050600030506000304860000000000000000000000000000000
  2074.       0000000000000000000000000000000000000000000000000000000000000000
  2075.       0000000000000000000000000000000000000000000000000000000000000000
  2076.       0000000000000000000000000000000000000000000000000000000000000000
  2077.       0000000000000000000000000000000000000000000000000000000000000000
  2078.       0000000000000000000000000000000000000000000000000000000000000000
  2079.       00000000000000000000000000000000000000000000000000000000000080A8
  2080.       C000D0FFFF00A0E8FF0080E0F00080D8F00070D0F00070D0F00070C8F00070C8
  2081.       F00070C8F00060C8F00060C0F00030506000B0A0900060483000604830006048
  2082.       3000604840006048300060483000604830006048300060483000604830006048
  2083.       3000604830006048300060483000604830000000000000000000000000000000
  2084.       0000000000000000000000000000000000000000000000000000000000000000
  2085.       0000000000000000000000000000000000007088900070788000607070005060
  2086.       6000405050003038400020283000102020001010200010102000101020001010
  2087.       20001010200010102000101020000000000000000000000000000000000080A8
  2088.       C000C0E8F000B0F8FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0
  2089.       FF0090F0FF0080E0FF0060B8E00030506000C0A8A000D0B8A000C0A08000B088
  2090.       7000E0B8A000D0A89000B0907000E0B8A000C0A08000B0887000D0B8A000C0A0
  2091.       8000B0887000D0A89000C098800060483000B0A0900070605000705840006050
  2092.       4000604830006048300060483000604830006048300060483000604830006048
  2093.       30006048300060483000604830006048300070889000A0E0F00070D0F00050B8
  2094.       E00030B0E00030A8E00020A0D0002098C0002090C0002080B0002080B0001080
  2095.       B0002078A00020709000102020000000000070889000707880006070700080B0
  2096.       C00080B8D00090E0F00090F8FF0090F0FF0080E8FF0070E0FF0080E8FF0080E8
  2097.       FF0090F0FF0070D8F0004088B00040586000C0A8A000FFFFFF00FFFFFF00C098
  2098.       8000FFF8FF00FFF8F000C0988000FFF0F000FFF0F000C0988000FFE8E000FFE8
  2099.       E000C0A08000FFE0D000D0C0B00060483000B0A09000F0E0D000F0D8D000E0D0
  2100.       C000E0C8B000E0C0B000E0C0B000E0C0B000E0C0A000E0B8A000E0B8A000E0B8
  2101.       A000E0B09000E0B09000E0B090006048300080889000B0E8F00090E8FF0080E0
  2102.       FF0070D8FF0070D0F00060C8F00050C0F00040B8F00030A8F00030A8E0002098
  2103.       E0001090D0002078A000202830000000000070889000A0E0F00070D0F00090B0
  2104.       C000B0E8F00060B8D00080E8FF0070E0F00050B0E00030A0D0003090C00070D0
  2105.       F00070D8F0004098C00060C0E00040587000C0A8A000FFFFFF00FFFFFF00D0A8
  2106.       9000FFFFFF00FFF8FF00D0A08000FFF8F000FFF0F000D0A08000FFE8E000FFE8
  2107.       E000D0A08000FFE0D000D0C0B00060483000C0A89000FFF0F000B0B8C0001058
  2108.       C0001050B0000040900020509000B0A0A000FFE0D000F0E0D000F0D8C000F0D8
  2109.       C000F0D8C000F0D8C000E0B09000604830008090A000B0E8F000A0E8FF0090E8
  2110.       FF0080E0FF0070D8FF0070D0F00060C8F00050C0F00040B8F00030A8F00030A0
  2111.       E0002098E0001080B000303840000000000080889000B0E8F00090E8FF0090B8
  2112.       D000D0FFFF00A0E8F00070C8F00050B0E00080D8F00080E8FF0080E8F00040A0
  2113.       C00050C0E00080E0F00070C8F00040607000C0B0A000D0B09000C0988000B088
  2114.       7000D0A08000C0988000B0887000D0A08000C09880001040E0001038E0001038
  2115.       C0000030B000D0A08000C098800060483000C0A8A000E0E8F0002060C00070A8
  2116.       F0004088E0000048A0001068D00000409000FFE8E000E0B8B000C0A09000C098
  2117.       8000C0988000C0908000E0B8A000604830008090A000B0F0FF00B0F0FF00A0E8
  2118.       FF0090E0FF0080E0FF0070D8FF0070D0F00060C8F00050C0F00040B0F00030A8
  2119.       F00020A0E0001080B00040405000000000008090A000B0E8F000A0E8FF0090C0
  2120.       D000D0FFFF0090E8F00060B8E00080E0F000A0F8FF0090F0FF0090F0FF0090E8
  2121.       FF0050A8D00080E0F00070D0F00040607000C0B0A000FFFFFF00FFFFFF00C098
  2122.       8000FFFFFF00FFFFFF00C0988000FFF8FF00FFF8F0003060F000FFF8F000FFF8
  2123.       F0001038C000FFE8E000D0C0B00060483000C0B0A000F0F0F0003070C00070A8
  2124.       E0002058B0002070E0001050B0002058A000FFF0E000FFE0D000FFE0D000F0E0
  2125.       D000F0D8C000F0D8C000E0B8A000604830008098A000C0F0FF00B0F0F000A0F0
  2126.       FF00A0E8FF0090E0FF0080E0FF0070D8FF0060D0F00060C8F00050B8F00040B0
  2127.       F00030A8E0001088C00050506000000000008090A000B0F0FF00B0F0FF0090C0
  2128.       D000C0F8FF0060C0E00090E0F000A0F8FF00A0F8FF00A0F8FF00A0F8FF0090F0
  2129.       FF0090E8FF0050A0C00060C0E00050687000C0B0A000FFFFFF00FFFFFF00D0A0
  2130.       8000FFFFFF00FFFFFF00D0A08000FFFFFF00FFF8FF006080FF00FFFFFF00FFF8
  2131.       F0001038E000FFE8E000D0C8C00060483000C0B0A000FFF8FF00E0E0E0003050
  2132.       9000A09890008088A00030509000D0D8E000FFF0F000F0D0C000C0A09000C098
  2133.       8000C0988000C0908000D0C0B000604830008098A000C0F0FF00B0F0FF00B0F0
  2134.       FF00A0E8FF0090E8FF0090E0FF0080E0FF0070D8FF0060D0F00060C8F00050B8
  2135.       F00030A8E0001090C00050607000000000008098A000C0F0FF00B0F0F00090C8
  2136.       D000A0E0F000E0FFFF00E0FFFF00E0FFFF00E0FFFF00E0FFFF00E0FFFF00D0FF
  2137.       FF00D0FFFF00B0F8FF004098C00050708000D0B0A000D0B09000C0988000B088
  2138.       7000D0A08000C0988000B0887000D0A08000C09880008098FF006080FF003060
  2139.       F0001040E000D0A08000C098800060483000C0B8A000FFFFFF00606860003028
  2140.       2000B0B8B0008080800060687000FFF8FF00FFF8F000FFF0F000FFF0E000FFE8
  2141.       E000FFE8E000FFE0D000D0C0B0006048300090A0A000C0F0FF00B0F0FF00B0F0
  2142.       FF00B0F0F000A0F0FF0090E8FF0090E0FF0080E0FF0070D0FF0060D0F00050C0
  2143.       F00050B8F0002098D00060708000000000008098A000C0F0FF00B0F0FF0090C8
  2144.       D00090C8D00090C8D00090C8D00090C0D00090C0D00090B8D00090B8C00080B0
  2145.       C00080B0C00080A8C00080A8C00080A8C000D0B8A000FFFFFF00FFFFFF00C098
  2146.       8000FFFFFF00FFFFFF00C0988000FFFFFF00FFFFFF00C0988000FFF8FF00FFF8
  2147.       F000C0988000FFF0F000E0D8D00060504000D0B8B000FFF8FF00505050005048
  2148.       5000E0E0E000C0C8C00080787000E0D8E000FFF8F000FFC8A000FFB89000FFB0
  2149.       8000FFA88000F0A07000D0C0B0006048300090A0B000C0F0FF00C0F0FF00C0F0
  2150.       FF00C0F0FF00B0F0FF00B0F0FF00A0E8FF0090E8FF0090E0FF0080D8FF0070D0
  2151.       FF0070C8F00060C0F000607080000000000090A0A000C0F0FF00B0F0FF00B0F0
  2152.       FF00B0F0F000A0F0FF0090E8FF0090E0FF0080E0FF0070D0FF0060D0F00050C0
  2153.       F00050B8F0002098D0006070800000000000D0B8A000FFFFFF00FFFFFF00D0A0
  2154.       8000FFFFFF00FFFFFF00D0A08000FFFFFF00FFFFFF00D0A08000FFFFFF00FFF8
  2155.       FF00D0A08000FFF8F000FFF0F00060483000D0B8B000FFFFFF00706870007078
  2156.       7000A098A0009098900080788000E0E0E000FFFFFF00FFF8F000FFF8FF00FFF8
  2157.       F000FFF8F000FFF8F000D0C8C0006050400090A0B00090A0B00090A0B00090A0
  2158.       B00090A0B00090A0B00090A0A0009098A0008098A0008098A0008098A0008098
  2159.       A0008098A0008098A000000000000000000090A0B000C0F0FF00C0F0FF00C0F0
  2160.       FF00C0F0FF00B0F0FF00B0F0FF00A0E8FF0090E8FF0090E0FF0080D8FF0070D0
  2161.       FF0070C8F00060B8F0006070800000000000F0A89000F0A89000F0A88000F0A8
  2162.       8000F0A08000F0A07000E0987000E0907000E0906000E0886000E0805000E080
  2163.       5000E0784000E0784000E0704000C3693C00D0C0B000FFFFFF00E0E0E0007078
  2164.       70008088800070787000C0C8C000FFF8FF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2165.       FF00FFF8F000FFF8F000D0C8C0007058400090A8B000B0E8F000B0F0FF00B0F0
  2166.       FF00B0F0F00090E0F00090A0B000000000000000000000000000000000000000
  2167.       00000000000000000000000000000000000090A0B00090A0B00090A0B00090A0
  2168.       B00090A0B00090A0B00090A0A0009098A0008098A0008098A0008098A0008098
  2169.       A0008098A0008090A0000000000000000000F0A89000FFE8E000FFE8E000FFE8
  2170.       E000FFE8E000FFE8E000FFE8E000FFB09000FFA88000F0A88000F0A88000F0A0
  2171.       8000F0A08000F0A08000F0A07000D2693C00D0C0B000FFFFFF00FFFFFF00FFFF
  2172.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2173.       FF00FFF8FF00FFF8FF00FFFFFF00806850000000000090A8B00090A8B00090A8
  2174.       B00090A8B00090A8B00000000000000000000000000000000000000000000000
  2175.       00000000000000000000000000000000000090A8B000B0E8F000B0F0FF00B0F0
  2176.       FF00B0F0F00090E0F00090A0B000000000000000000000000000000000000000
  2177.       000000000000000000000000000000000000F0A89000F0A89000F0A88000E0A0
  2178.       8000E0A08000E0987000E0907000E0906000E0886000E0805000D0805000D078
  2179.       5000D0704000D0704000D0704000D0683000D0C0B000D0C0B000D0C0B000D0C0
  2180.       B000D0B8B000D0B8B000C0B8A000C0B0A000C0B0A000C0A8A000C0A8A000C0A8
  2181.       9000B0A09000B0A09000B0A09000B0A090000000000000000000000000000000
  2182.       0000000000000000000000000000000000000000000000000000000000000000
  2183.       0000000000000000000000000000000000000000000090A8B00090A8B00090A8
  2184.       B00090A8B00090A8B00000000000000000000000000000000000000000000000
  2185.       000000000000000000000000000000000000A4A4A400FFFFFF0090909000FFFF
  2186.       FF008F8F8F00FFFFFF0080808000FFFFFF0080808000FFFFFF0070707000FFFF
  2187.       FF0060606000FFFFFF0060586000D0D8D0000000000000000000000000000000
  2188.       0000000000000000000000000000000000000000000000000000000000000000
  2189.       0000000000000000000000000000000000000000000000000000000000000000
  2190.       0000000000000000000000000000000000000000000000000000000000000000
  2191.       0000000000000000000000000000000000000000000000000000000000000000
  2192.       0000000000000000000000000000000000000000000000000000000000000000
  2193.       0000000000000000000000000000000000000000000020282000000000002028
  2194.       2000000000002028200000000000202820000000000020282000000000002028
  2195.       2000000000002028200000000000000000000000000000000000000000000000
  2196.       0000000000000000000000000000000000000000000000000000000000000000
  2197.       000000000000000000000000000000000000424D3E000000000000003E000000
  2198.       2800000040000000400000000100010000000000000200000000000000000000
  2199.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  2200.       0000000000000000000000000000000000000000000000000000000000000000
  2201.       0000000000000000000000000000000000000000000000000000000000000000
  2202.       0000000000000000000000000000000000000000000000000000000000000000
  2203.       00000000000000000000000000000000FFFF000000000000FFFF000000000000
  2204.       FE7F000000000000C003000000000000C003000000000000E007000000000000
  2205.       F00F000000000000F00F000000000000F00F000000000000F00F000000000000
  2206.       F00F000000000000F81F000000000000FC3F000000000000FFFF000000000000
  2207.       FFFF000000000000FFFF000000000000FFFFC7FFFFFFFFFFC00783FF80018001
  2208.       8003000180018001800300018001800180030001800180018003800180018001
  2209.       8003C001800180018003E001800180018003E001800180018003E00180018001
  2210.       8003E001800180018003E001800180018003E00180018001C007E00180018001
  2211.       FC7FF00180018001FFFFFFFFFFFFFFFFFFFFE000FFFFFFFFFFFFE0000000FFFF
  2212.       0001E00000000000000100000000000000010000000000000001000000000000
  2213.       0001000000000000000100000000000000010000000000000001000000000000
  2214.       0001000100000000000300010000000001FF00030000000083FF01FF00000000
  2215.       FFFF83FF0000FFFFFFFFFFFFAAABFFFF00000000000000000000000000000000
  2216.       000000000000}
  2217.   end
  2218.   object WBtSocket: TWBluetoothSocket
  2219.     LineMode = False
  2220.     LineLimit = 65536
  2221.     LineEnd = #13#10
  2222.     LineEcho = False
  2223.     LineEdit = False
  2224.     Port = '0'
  2225.     MultiThreaded = False
  2226.     ComponentOptions = []
  2227.     FlushTimeout = 60
  2228.     SendFlags = wsSendNormal
  2229.     LingerOnOff = wsLingerOn
  2230.     LingerTimeout = 0
  2231.     Left = 72
  2232.     Top = 376
  2233.   end
  2234.   object WIrSocket: TWIrCOMMSocket
  2235.     LineMode = False
  2236.     LineLimit = 65536
  2237.     LineEnd = #13#10
  2238.     LineEcho = False
  2239.     LineEdit = False
  2240.     MultiThreaded = False
  2241.     ComponentOptions = []
  2242.     FlushTimeout = 60
  2243.     SendFlags = wsSendNormal
  2244.     LingerOnOff = wsLingerOn
  2245.     LingerTimeout = 0
  2246.     Left = 104
  2247.     Top = 376
  2248.   end
  2249.   object PBFolderDialog1: TPBFolderDialog
  2250.     Flags = [OnlyAncestors, ShowPath]
  2251.     RootFolder = foFavorites
  2252.     NewFolderVisible = False
  2253.     NewFolderEnabled = False
  2254.     LabelCaptions.Strings = (
  2255.       'Default=Current folder:'
  2256.       '0009=Current folder:'
  2257.       '0406=Valgt mappe:'
  2258.       '0407=Mappe gew?hlt:'
  2259.       '0409=Current folder:'
  2260.       '0413=Huidige map')
  2261.     NewFolderCaptions.Strings = (
  2262.       'Default=New folder'
  2263.       '0009=New folder'
  2264.       '0406=Ny mappe'
  2265.       '0407=Neu Mappe'
  2266.       '0409=New folder'
  2267.       '0413=Nieuwe map')
  2268.     Version = '1.30.00.00'
  2269.     Left = 136
  2270.     Top = 376
  2271.   end
  2272.   object pmuOutlookFolder: TPopupMenu
  2273.     OnPopup = pmuOutlookFolderPopup
  2274.     Left = 168
  2275.     Top = 376
  2276.     object mniNewContacts: TMenuItem
  2277.       Caption = 'Add New Contacts Here'
  2278.       OnClick = mniNewContactsClick
  2279.     end
  2280.   end
  2281. end
  2282.